github.com/gotd/td/internal/exchange.ClientExchange.log (field)

9 uses

	github.com/gotd/td/internal/exchange (current package)
		client.go#L15: 	log  *zap.Logger
		client_flow.go#L26: 	c.log.Debug("Sending ReqPqMultiRequest")
		client_flow.go#L37: 	c.log.Debug("Received server ResPQ")
		client_flow.go#L76: 	c.log.Debug("PQ decomposing complete", zap.Duration("took", c.clock.Now().Sub(start)))
		client_flow.go#L120: 	c.log.Debug("Sending ReqDHParamsRequest")
		client_flow.go#L129: 	c.log.Debug("Received server ServerDHParams")
		client_flow.go#L212: 		c.log.Debug("Sending SetClientDHParamsRequest")
		client_flow.go#L224: 		c.log.Debug("Received server DhGen")
		flow.go#L86: 		log:  e.log,